home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / Demos / Bombardier_PC / slides.dir / 00022_Script_22 < prev    next >
Text File  |  1999-04-25  |  129b  |  9 lines

  1. on keydown 
  2.   if ( (the key = "q") or (the key = "Q") ) then
  3.     play done
  4.   end if
  5. end
  6.  
  7. on mouseup
  8.   go next
  9. end mouseup